Skip to main content

selectionChanged

Type

message

Summary

This message is sent when the selection is changed.

Syntax

selectionChanged (pPreviousSelectionIndex,pNewSelectionIndex)

Description

Use the selectionChanged message to detect when a list item selection is changed by the user.

Parameters

NameTypeDescription

pPreviousSelectionIndex

An comma delimited list of integers representing the index of the element previously selected.

pNewSelectionIndex

An comma delimited list of integers representing the index of the element just selected.